home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Louisiana / Let's Discover Louisiana.iso / pc / FILES / DIS.dxr / 00088_Go to PhotoPuzzler button.ls < prev    next >
Encoding:
Text File  |  2001-01-11  |  93 b   |  7 lines

  1. global nextCategory
  2.  
  3. on mouseUp
  4.   nextCategory = "TitleIntro"
  5.   go(marker(nextCategory))
  6. end
  7.